.enq-modal .modal-header, .enq-modal .modal-footer, .enq-modal .modal-content{
    border: 0;
}
.enq-modal .modal-header, .enq-modal .modal-body{
    background-color: #F9FBFD;
}
.enq-modal .modal-header{
    padding: 30px;
}
.enq-modal .modal-body{
    padding: 0px 82px;    
}
.enq-modal .modal-content, .enq-modal .modal-header{
    border-radius: 11px;
}

.enq-form .enq-title h2{    
    color: #000000;
    font-weight: 600;
    font-size: 25px;
    line-height: 1; 
    opacity: 1 !important;
    margin-bottom: 18px;      
}
.enq-form .enq-title p{    
    color: #000000;   
    font-size: 16px;
    line-height: 1;     
    opacity: 1 !important;
    margin-bottom: 0;      
}
.enq-form .enq-form-content{
    padding: 40px 0;
}
.enq-form .enq-form-content form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    
.enq-form .form-group .form-control::placeholder {
    color: #002539; 
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    font-family: "Oxygen", sans-serif;
  }
  .enq-form .form-group .form-control:focus::placeholder {
    opacity: 0;
    font-family: "Oxygen", sans-serif;
  }
  .enq-form .custom-slct .select-selected{
    font-size: 14px;
  }
  .enq-form .form-group .form-control {
    min-height: 50px;
    border-radius: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CADBE3;
    padding: 15px 20px;
    color: #002539;
    line-height: 1;
    font-size: 14px;
  }
  .enq-form .form-group {
    margin-bottom: 40px;
    width: 100%;
  }

  .enq-form .form-group.textarea {
    width: 100%;
  }
  .enq-form .form-group.textarea textarea {
    min-height: 154px;
    resize: none;
  }

 .enq-form form .btn{
    width: 192px;
    margin: 0 auto;
    padding: 15px 0; 
    display: flex;
    align-items: center;  
    justify-content: center;
    padding: 0;
}
.enq-form form .btn input {
    padding: 15px 0px;
    height: 100%;
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    font-size: 16px;
    font-family: "Oxygen", sans-serif;
    text-transform: uppercase;
    -webkit-appearance: button;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    transition-delay: initial !important;
}
.enq-form form .btn:hover input {
  color: #fff;
}
.enq-form form .btn .wpcf7-spinner{
    position: absolute;
    top: 50%;
    right: auto;
}
.enq-form .submitting .btn.ll-button.roundBorder {
    background: #00A3DB;
}

.enq-form form span.wpcf7-not-valid-tip {
    position: absolute;
    width: 230px;
    left: 0;
}


  .enq-footer{
    padding: 25px 82px;
  }
  .enq-footer .enq-f-title{
    font-size: 16px;
    color: #393939;
  }
  .enq-footer .enq-f-content{
    font-size: 18px;
    color: #000000;
    line-height: 28px;
  }
  .enq-footer .row{
    align-items: center;
  }
  .enq-footer .row .enq-f-right{
    position: relative;   
  }
  .enq-footer .row .enq-f-right a:hover{
    color: #00A3DB;
  }
  .enq-footer .row .enq-f-right::after{
    content: "";
    position: absolute;
    left: -3px;
    top: 0;
    background-color: #D9D9D9;
    height: 100%;
    width: 1px;
  }

  .enq-modal .close{
    position: relative;
  }
  .enq-modal .close span:before, .enq-modal .close span:after {
    position: absolute;
    left: 8px;
    content: ' ';
    height: 20px;
    width: 1px;
    background-color: #7CA1BE;
  }
  .enq-modal .close span:before {
    transform: rotate(45deg);
  }
  .enq-modal .close span:after {
    transform: rotate(-45deg);
  }
  .enq-modal .close:hover span:before, .enq-modal .close:hover span:after{
    background-color: #000;
  }



  @media (min-width: 1200px){
    .home .nav-menu > ul > li > a.btn-header{
      color: #00A6E0 !important;
      background-color: white;
      border-color: white;
      /* padding: 10px 30px 10px;     */
    }
    .home .nav-menu > ul > li > a.btn-header::before {
      background-color: #00A6E0;
      color: white;
    }
    .home .nav-menu > ul > li > a.btn-header:hover{
      color: white !important;
      border-color: #00A6E0;
      background-color: #00A6E0;
      opacity: 1 !important;
    }


    .home .main-header.affix-top .nav-menu > ul > li > a.btn-header{
      color: white !important;
      background-color: #00A6E0;
      border-color: #00A6E0;
      /* padding: 10px 30px 10px;     */
    }
    .home .main-header.affix-top .nav-menu > ul > li > a.btn-header::before {
      background-color: white;
      color: #00A6E0;
    }
    .home .main-header.affix-top .nav-menu > ul > li > a.btn-header:hover{
      color: #00A6E0 !important;
      opacity: 1 !important;
    }


    .main-header.affix-top .nav-menu > ul > li > a.btn-header{
      color: white !important;
    }
    .main-header.affix-top .nav-menu > ul > li > a.btn-header:hover{
      color: #00A6E0 !important;
    }



  
}


  .nav-menu > ul > li.enquiry-btn{
    display: flex;
  }
  .nav-menu > ul > li > a.btn-header{
    line-height: 1 !important;
    padding: 10px 20px;
    margin: auto 0;
  }

  .nav-menu > ul > li > a.btn-header{
    color: white !important;
    background-color: #00A6E0;
    border-color: #00A6E0;
    /* padding: 10px 30px 10px;     */
  }
  .nav-menu > ul > li > a.btn-header::before {
    background-color: white;
    color: #00A6E0;
  }
  .nav-menu > ul > li > a.btn-header:hover{
    color: #00A6E0 !important;
    opacity: 1 !important;
  }

 


  

  /* .affix-top .nav-menu > ul > li > a.btn-header{
    color: #00A6E0;
    background-color: white;
    border-color: #00A6E0;    
  }
  .affix-top .nav-menu > ul > li > a.btn-header::before {
    background-color: #00A6E0;
    color: white;
  }
  .affix-top .nav-menu > ul > li > a.btn-header:hover{
    color: white !important;
    opacity: 1 !important;
  } */



  

  
  @media (min-width: 768px){
    .enq-form .form-group {
        margin-bottom: 40px;
        width: 48%;
      }

  }
 
  @media (min-width: 1024px){
    .enq-footer .row{
        width: 100%;
    }
    .enq-footer {
        padding: 25px 62px;
      }
    .enq-footer .enq-f-content{
        max-width: 257px;
    }   

   }

   @media (max-width: 1199px){
    .main-header .menu-rightbar .nav-menu > ul > li > a.btn-header{
      color: white !important;
    }
    /* .affix-top.main-header .menu-rightbar .nav-menu > ul > li > a.btn-header{
      color: #00A6E0 !important;
    } */
  }

   @media (max-width: 991px){

    .main-nav.mainMobileNav .main-nav-inner.mobileNav .nav > li > a.ll-button {
      padding: 10px 30px 10px !important;
      display: inline-block;
    }
    
  }

   

  @media (max-width: 1023px){        
    .enq-form .enq-title h2{
        font-size: 18px;
        margin-bottom: 14px;
    }
    .enq-form .enq-title p{
        font-size: 13px;
        line-height: 1.5;
    }
    .enq-footer .enq-f-title{
        font-size: 14px;
    }
    .enq-footer .enq-f-content{
        font-size: 16px;
    }
    .enq-footer .row .enq-f-right::after {
        display: none;
    }
    .enq-form .form-group{
        margin-bottom: 20px;
    }
    .enq-modal .modal-body{
        padding: 0px 25px;    
    }
    .enq-footer{
        padding: 25px 25px;
    }
}



@media (max-width: 767px){
    .enq-footer .enq-f-title{
        margin-bottom: 12px;
    }
    .enq-footer .enq-f-content a{
        display: block;
    }
    .enq-form .custom-slct .select-selected {
        padding: 15.5px 22px;
    }
    .enq-modal .modal-body{
        padding: 0px 15px;    
    }
    .enq-footer{
        padding: 25px 15px;
    }
    .enq-footer .enq-f-title {
        font-size: 13px;
    }
    .enq-footer .enq-f-content {
    font-size: 15px;
    }

    
}




.enq-card-sec{
    padding: 40px 0;
}
.enq-card{
    background-color: #00A9E6;
    color: white;
    padding: 25px 35px;
    border-radius: 10px;
    max-width: 1048px;
    margin: auto;
  }

  .enq-card .enq-card-title{
    font-size: 26px;
    line-height: 34px;    
    font-weight: 600;
  }
  .enq-card .enq-card-content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 22px;
  }
  .enq-card .enq-card-btn a{
    color: white;
    background-color: #002539;
    border-color: #002539;
    padding: 10px 30px 10px;    
  }
  .enq-card .enq-card-btn a::before {
    background-color: white;
    color: #002539;
  }
  .enq-card .enq-card-btn a:hover{
    color: #002539;
    border-color: white;
    background-color: white;
  }
  
  @media (max-width: 1199.98px){
  .enq-card .enq-card-btn a:hover {
      color: #002539;
      border: 1px solid white;
      border-width: 1px;
      background-color: white;
  }
}

   
  @media (min-width: 768px){    
    .enq-card-sec{
        padding: 100px 0;
    }
    .enq-card{
        padding: 25px 35px;
        border-radius: 10px;
    }
    .enq-card .enq-card-title{
        margin-bottom: 0;
    }   
    .enq-card .enq-card-content{
        margin-bottom: 0;
    }
    .enq-card .row [class*='col-']{
        align-self: center;
    }
    .enq-card .enq-card-btn a{
        padding: 12px 20px 12px;
        font-size: 14px;    
    }
  }

  @media (min-width: 1024px){

    .enq-card{
        padding: 35px 78px;
        border-radius: 15px;
    }
    .enq-card .enq-card-title{
        font-size: 35px;
        line-height: 45px;
    }
    .enq-card .enq-card-content{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .enq-card .enq-card-btn a{
        padding: 14px 31px 14px;
        font-size: 16px;
    }
    
  }



  

/* 
Mobile Menu showing css - Please Remove before go live. */

@media (max-width: 991.98px){
    .main-nav ul li {
      opacity: 1;
    }
}

/* march 24 lulu money modal */


.video-message-sec{
  padding: 75px  0;
}
.video-message-sec .video-message-content-wrap h2{
  font-size: 2.5rem;
  font-weight: 700;
}
.video-message-sec .video-message-content-wrap p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.video-message-sec .video-message-content-wrap h2 + p{
  margin-top: 25px;
}
.video-message-sec .video-message-content-wrap small{
  color: #00A1ED;
}
.video-message-sec .video-message-content-wrap p ~ p, .video-message-sec .video-message-content-wrap p + *, .video-message-sec .video-message-content-wrap p + ul{
  margin-top: 18px;
}
.video-message-sec .video-message-content-wrap ul li {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
  line-height: 1.8;
  padding-right: 35px;
}
.video-message-sec .video-message-content-wrap ul li::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #00A1ED;
  left: 0;
  top: 13px;
}
.video-message-sec .img-container figure{
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: calc((9 / 16) * 100%);
  cursor: pointer;
}
.video-message-sec .img-container figure img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal.video-message-popup .modal-dialog{
  max-width: 800px;
}
.modal.video-message-popup .modal-content{
  position: relative;
   
}
.modal.video-message-popup .modal-content .modal-body{
  padding: 0;
}
.modal.video-message-popup .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
  border: none;
  filter: invert(1);
  z-index: 2;
  transition: all .3s;
  font-size: 40px;
}
.modal.video-message-popup .modal-content .close:hover{
  opacity: 0.6;
}
.modal.video-message-popup .modal-content .video-container{
  position: relative;
  overflow: hidden;
  padding-bottom: calc((9 / 16) * 100%);
}
.modal.video-message-popup .modal-content .video-container video, .modal.video-message-popup .modal-content .video-container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media(max-width: 767.98px){
  .video-message-sec .video-message-content-wrap h2{
      font-size: 24px;
  }
  .video-message-sec .video-message-content-wrap p{
      font-size: 15px;
  }
  .video-message-sec .video-message-content-wrap h2 + p{
      margin-top: 15px;
  }
  .video-message-sec .video-message-content-wrap p ~ p, .video-message-sec .video-message-content-wrap p + *, .video-message-sec .video-message-content-wrap p + ul{
      margin-top: 15px;
  }
  .video-message-sec .video-message-content-wrap ul li{
      margin-bottom: 11px;
      font-size: 16px !important;

      font-weight: 400;
      padding-left: 23px;
      padding-right: 0px;
      line-height: 1.7;
  }
  .video-message-sec .video-message-content-wrap ul li::before{
      top: 10px;
  }
  .video-message-sec{
      padding: 40px 0;
  }
  .video-message-sec .img-container{
      margin-top: 30px;
  }
  .modal.video-message-popup .modal-content .modal-body{
      padding: 0;
  }
}
/* .... end style */

/* april 27 blog author image */
.blog-author-sec {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.blog-author-sec .author-image {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  max-width: 100px;
  margin-bottom: 12px;
  flex: auto;
  margin-right: 16px;
}
.blog-author-sec .author-image:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.blog-author-sec .author-image img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.blog-author-sec .content-wrap p {
  margin-bottom: 4px;
}
/*  */
